f025d1b2b72e4ef190474a32f5e86db1cb10cb57
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2023-05-23T15:50:51Z"
5  content="""
6 The character is actually `﹕`
7
8 That is used in views because on windows colon is a special character
9 and putting it in the name of a viewed file would prevent checking out the
10 view.
11
12 It would be possible to skip that on linux, but note that it also 
13 escapes `/` on linux with a unicode equivilant (for similar reasons).
14
15 Also, the linux executable can sometimes be run on a windows system through
16 WSL. I'm not sure how a `:` in a filename would be handled in that situation.
17 """]]